home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / updates / update17.zoo / include / diffh
Encoding:
Text File  |  1992-03-10  |  663 b   |  31 lines

  1. *** 1.37    1992/03/06 19:29:17
  2. --- PatchLev.h    1992/03/10 15:24:02
  3. ***************
  4. *** 1,5 ****
  5.   
  6. ! #define    PatchLevel "76"
  7.   
  8.   /*
  9.    *
  10. --- 1,5 ----
  11.   
  12. ! #define    PatchLevel "77"
  13.   
  14.   /*
  15.    *
  16. *** 1.6    1991/12/26 16:23:20
  17. --- mintbind.h    1992/03/10 15:24:11
  18. ***************
  19. *** 198,203 ****
  20. --- 198,207 ----
  21.           trap_1_wlw(0x132, (long)(name), (short)(mode))
  22.   #define Pumask(mask)                        \
  23.           trap_1_ww(0x133, (short)(mask))
  24. + #define Psemaphore(mode, id, tmout)                \
  25. +         trap_1_wwll(0x134, (short)(mode), (long)(id), (long)(tmout))
  26. + #define Dlock(mode, drive)                    \
  27. +         trap_1_www(0x135, (short)(mode), (short)(drive))
  28.   
  29.   #define Dos_tab()                        \
  30.           trap_1_w(-1)
  31.